SWFObject 2 HTML and JavaScript generator v1.2SWFObject 2 HTML and JavaScript 
generator v1.2
Asterisk (*) indicates required field
SWFObject configuration [ - ]
SWFObject (.js): *   Publishing method: *  Static publishing Dynamic 
publishing what is this?  Static publishing
Description
Embed Flash content and alternative content using standards compliant markup, 
and use unobtrusive JavaScript to resolve the issues that markup alone cannot 
solve.
Pros
The embedding of Flash content does not rely on JavaScript and the actual 
authoring of standards compliant markup is promoted.
Cons
Does not solve 'click-to-activate' mechanisms in Internet Explorer 6+ and Opera 
9+ and is harder to author (without using this generator).
Dynamic publishing
Description
Create alternative content using standards compliant markup and embed Flash 
content with unobtrusive JavaScript.
Pros
Avoids 'click-to-activate' mechanisms in Internet Explorer 6+ and Opera 9+ and 
is easy to author (even without using this generator).
Cons
The embedding of Flash content relies on JavaScript, so if you have the Flash 
plug-in installed, but have JavaScript disabled or use a browser that doesn't 
support JavaScript, you will not be able to see your Flash content, however you 
will see alternative content instead. Flash content will also not be shown on a 
device like Sony PSP, which has very poor JavaScript support, and automated 
tools like RSS readers are not able to pick up Flash content.Detect Flash 
version: *  .  .   Adobe Express Install:    
HTML container id: *  what is this? Specifies the id attribute of the HTML 
container element that will be replaced with Flash content if enough JavaScript 
and Flash support is available.
This HTML container will be generated automatically and will embed your 
alternative HTML content as defined in the HTML section.  SWF definition [ - ]
Flash (.swf): *   Dimensions: *  x   pixels percentage  Flash content id *   
Attributes:name    class    align  Choose... middle left right top bottom  
Parameters: play  Choose... true false loop  Choose... true false   menu  
  Choose... true false quality  Choose... best high medium autohigh autolow low   
scale  Choose... showall noborder exactfit noscale salign  Choose... tl tr bl 
  br l t r b   wmode  Choose... window opaque transparent direct gpu bgcolor    
devicefont  Choose... true false seamlesstabbing  Choose... true false   
swliveconnect  Choose... true false allowfullscreen  Choose... true false   
allowscriptaccess  Choose... always sameDomain never allownetworking  
  Choose... all internal none   base   Flashvars: add name:  value:   more  HTML 
definition [ - ]
HTML Template:  XHTML 1.0 Strict XHTML 1.0 Transitional HTML 4.01 Strict HTML 
  4.01 Transitional  Character encoding:  iso-8859-1 utf-8  Alternative content: 
what is this? The object element allows you to nest alternative content inside 
of it, which will be displayed if Flash is not installed or supported. This 
content will also be picked up by search engines, making it a great tool for 
creating search-engine-friendly content.
Summarized, you should use alternative content for the following:
  When you like to create content that is accessible for people who browse the 
  Web without plugins 
  When you like to create search-engine-friendly content 
  To tell visitors that they can have a richer user experience by downloading 
  the Flash plugin 
 <a href="http://www.adobe.com/go/getflashplayer">
	<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>      Generated output [ - ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<title></title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<script type="text/javascript" src="swfobject.js"></script>
		<script type="text/javascript">
			swfobject.registerObject("FruitBasket", "10.0.0", "expressInstall.swf");
		</script>
	</head>
	<body>
		<div>
			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600" id="FruitBasket">
				<param name="movie" value="FruitBasketswf">
				<!--[if !IE]>-->
				<object type="application/x-shockwave-flash" data="FruitBasketswf" width="800" height="600">
				<!--<![endif]-->
					<a href="http://www.adobe.com/go/getflashplayer">
						<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
					</a>
				<!--[if !IE]>-->
				</object>
				<!--<![endif]-->
			</object>
		</div>
	</body>
</html>   